home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-05-08 | 1.3 KB | 35 lines | [TEXT/MPS ] |
- # This patch should lead to verbatim reproduction of comments in the LaTex output.
- # The standard lgrind compresses multiple spaces in comments to a single space.
- # Note: I haven't tried the suggestion below... (me==Fred Walsteijn)
-
-
- From twang@meishan.animal.uiuc.edu Sun Apr 25 04:22:58 1993
- Received: from meishan.animal.uiuc.edu by ruunfs.fys.ruu.nl with SMTP id AA25438
- (5.65b+/IDA-1.4.3 for walsteyn); Sun, 25 Apr 93 04:22:56 +0200
- Received: by meishan.animal.uiuc.edu id AA02640
- (5.67a/IDA-1.4.4 for walsteyn@fys.ruu.nl); Sat, 24 Apr 1993 21:22:30 -0500
- Date: Sat, 24 Apr 1993 21:22:30 -0500
- From: Tianlin Wang <twang@meishan.animal.uiuc.edu>
- Message-Id: <199304250222.AA02640@meishan.animal.uiuc.edu>
- To: walsteyn@fys.ruu.nl
- Subject: lgrind
- Status: OR
-
- Thanks for your fix about FORTRAN lgrindefs entry.
-
- Regarding to your Question 2, It seems to me that I have a simple solution.
- look at lgrind.c, at the end of function putKcp(start, end, nix), I made
- some modification as shown below:
- }
- else { /* added by TW */
- if (c==' ') printf("_"); /* added by TW */
- } /* added by TW */
- outchar(c);
- }
- }
-
- Recompile, then your Question 2 will be answered.
-
- Tianlin Wang at University of Illinois
-
-